xen/arm: Add Amlogic Meson SoCs earlyprintk support
authorAmit Singh Tomar <amittomer25@gmail.com>
Sun, 14 Apr 2019 17:50:06 +0000 (23:20 +0530)
committerWei Liu <wei.liu2@citrix.com>
Mon, 13 May 2019 10:28:03 +0000 (11:28 +0100)
commit34cb08c8a7b9c3fa48b403277a5bad0f990f06db
tree8c75452df25609fdf3cbcb94f0d0e4399ace8814
parent842a7c7b4a58c7dcad60ad831e0af93acd4d2eb0
xen/arm: Add Amlogic Meson SoCs earlyprintk support

This patch adds earlyprintk support for Amlogic Meson SoC based
boards.

ATF[1] and U-boot[2] already initialize the UART for us. So no need to do it again.

Tested With:
 http://wiki.friendlyarm.com/wiki/index.php/NanoPi_K2

[1]: https://github.com/ARM-software/arm-trusted-firmware/blob/master/drivers/meson/console/aarch64/meson_console.S#L92
[2]: https://github.com/u-boot/u-boot/blob/master/drivers/serial/serial_meson.c#L44

Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
xen/arch/arm/arm64/debug-meson.inc [new file with mode: 0644]